home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Freeware / EncryptOnClick 1.1 / EncryptOnClick_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-11-04  |  3.8 KB  |  68 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=EncryptOnClick
  4. AppVerName=EncryptOnClick
  5. AppId=EncryptOnClick
  6. AppPublisher=2BrightSparks
  7. AppPublisherURL=http://www.2BrightSparks.com
  8. AppSupportURL=http://www.2BrightSparks.com
  9. AppUpdatesURL=http://www.2BrightSparks.com
  10. AppMutex=EncryptOnClick
  11. DefaultDirName={pf}\2BrightSparks\EncryptOnClick
  12. DefaultGroupName=2BrightSparks\EncryptOnClick
  13. UninstallDisplayIcon={app}\EncryptOnClick.exe
  14. UninstallDisplayName=EncryptOnClick
  15. OutputBaseFilename=EncryptOnClick_Setup
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. InfoBeforeFile=embedded\InfoBefore.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\EncryptOnClick.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  23. Source: "{app}\EOC.ini"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  24. Source: "{app}\ReadMe_EN.rtf"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  25. Source: "{app}\EncryptOnClick.CHM"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  26. Source: "{app}\XceedZip.dll"; DestDir: "{app}"; Flags: regserver overwritereadonly ignoreversion 
  27. [Registry]
  28. Root: HKLM; Subkey: "Software\Microsoft\Windows\Help"; ValueName: "EncryptOnClick.chm"; ValueType: String; ValueData: "{app}"; OnlyBelowVersion: 4.9.3001,0.0; Flags: uninsdeletevalue noerror 
  29. [INI]
  30. FileName: "{app}\MailingList.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/mailinglist.html"; 
  31. FileName: "{app}\Forums.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/bb/"; 
  32. [Run]
  33. Filename: "{app}\EncryptOnClick.exe"; Description: "{cm:LaunchProgram,EncryptOnClick}"; Flags: postinstall skipifsilent nowait
  34. Filename: "{app}\EncryptOnClick.CHM"; WorkingDir: "{app}"; Description: "{cm:CMRunHelpFile}"; Flags: shellexec postinstall unchecked skipifsilent nowait
  35. Filename: "http://www.2brightsparks.com/mailinglist.html"; Description: "{cm:CMRunMailingList}"; Flags: shellexec postinstall unchecked skipifsilent nowait
  36. [Icons]
  37. Name: "{group}\EncryptOnClick"; Filename: "{app}\EncryptOnClick.exe"; 
  38. Name: "{group}\Help"; Filename: "{app}\EncryptOnClick.CHM"; 
  39. Name: "{group}\{cm:CMMailingList}"; Filename: "{app}\MailingList.url"; 
  40. Name: "{group}\{cm:CMOnlineForums}"; Filename: "{app}\Forums.url"; 
  41. Name: "{group}\{cm:UninstallProgram,EncryptOnClick}"; Filename: "{uninstallexe}"; 
  42. Name: "{userdesktop}\EncryptOnClick"; Filename: "{app}\EncryptOnClick.exe"; Tasks: desktopicon; 
  43. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\EncryptOnClick"; Filename: "{app}\EncryptOnClick.exe"; Tasks: quicklaunchicon; 
  44. [Tasks]
  45. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  46. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  47. [UninstallDelete]
  48. Type: files; Name: "{app}\MailingList.url"; 
  49. Type: files; Name: "{app}\Forums.url"; 
  50. [CustomMessages]
  51. en.NameAndVersion=%1 version %2
  52. en.AdditionalIcons=Additional icons:
  53. en.CreateDesktopIcon=Create a &desktop icon
  54. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  55. en.ProgramOnTheWeb=%1 on the Web
  56. en.UninstallProgram=Uninstall %1
  57. en.LaunchProgram=Launch %1
  58. en.AssocFileExtension=&Associate %1 with the %2 file extension
  59. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  60. en.CMRunHelpFile=Read the help file
  61. en.CMRunMailingList=Join the mailing list
  62. en.CMOnlineForums=Online Forums
  63. en.CMMailingList=Mailing List
  64. [Languages]
  65. ; These files are stubs
  66. ; To achieve better results after recompilation, use the real language files
  67. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.txt"; InfoBeforeFile: "embedded\enInfoBefore.rtf"; 
  68.